In the Open Source version, in Dynamic.aspx.cs, the following line of code throws an error (of course it would)
pageConfigurations = (Dictionary<string, PageConfig>);
string is a type, not a variable. I don't think the chevrons belong in there, either. Can someone fill me in on this? I get the error when I go to view my shopping cart.
Thx
|